home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tsrbt.zip / ISCLOCK.TXT < prev    next >
Text File  |  1991-01-08  |  3KB  |  53 lines

  1.    ╔════════════════════════════════════════════════════════════════╗
  2.    ║                      █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█                       ║
  3.    ║ █▀█▀█▀▀█▀▀█▀▀▀█▀▀▀█▀▀▀ H O R I Z O N S ▀▀▀▀█▀▀▀█▀▀▀█▀▀█▀▀█▀█▀█ ║
  4.    ║ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ Consulting ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ║
  5.    ║     ≡ 1432 E. Commercial Street ─ Springfield, MO  65803 ≡     ║
  6.    ║        ≡ Phone: (417) 839-2174 - Fax: (417) 831-1329 ≡         ║
  7.    ║─────────────────────────── presents ───────────────────────────║
  8.    ║                                                                ║
  9.    ║       ███│  █████│  ████│  █│      ████│   ████│  █│  █│  tm   ║
  10.    ║        █│  █│      █│   █│ █│     █│   █│ █│   █│ █│ █│        ║
  11.    ║        █│   ████│  █│      █│     █│   █│ █│      █│█│         ║
  12.    ║        █│       █│ █│   █│ █│     █│   █│ █│   █│ ██│█│        ║
  13.    ║       ███│ █████│   ████│  █████│  ████│   ████│  █│  █│       ║
  14.    ║            ┌────────────────────────────────────┐              ║
  15.    ╚════════════╡ (c) 1990 Horizons Consulting, Inc. ╞══════════════╝
  16.                 └────────────────────────────────────┘
  17. ───────────────────────────────────────────────────────────────────────
  18. ISCLOCK - A Comprehensive time access utility from Horizons Consulting.
  19.  
  20.      Due to the cludge-like way that DOS handles errorlevel codes,
  21. programmers have to program around the problem of having batch file
  22. IF statements indicate true any time the result is equal to or greater
  23. than the desired value.  When using any utility that returns a real-
  24. world value (Like the time), batch file programming is very cumbersome.
  25.  
  26.      ISCLOCK allows batch files to intelligently interrogate the system
  27. clock in an algebraic fashion returning a simple true/false status to
  28. your batch files making time oriented tasks far easier.
  29.  
  30.      With ISCLOCK you can support multiple tests in one operation such
  31. as the following:
  32.  
  33.                 ISCLOCK DayName=Friday and Hour<9 and Minute=42
  34.  
  35.      ISCLOCK supports testing of the Hour, Minute, Second, Day, Month,
  36. Year, and DayName.  It is therefore possible to have your batch file tell
  37. you to "Go Vote" on the first Tuesday after the first Monday of November on
  38. election years!
  39.  
  40. ────────────────────────────────────────────────────────────────────────
  41.                ISCLOCK is available by sending $25 to:
  42.  
  43.                          █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  44.     █▀█▀█▀▀█▀▀█▀▀▀█▀▀▀█▀▀▀ H O R I Z O N S ▀▀▀▀█▀▀▀█▀▀▀█▀▀█▀▀█▀█▀█
  45.     ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ Consulting ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  46.         ≡ 1432 E. Commercial Street ─ Springfield, MO  65803 ≡
  47.            ≡ Phone: (417) 839-2174 - Fax: (417) 831-1329 ≡
  48. ────────────────────────────────────────────────────────────────────────
  49.  
  50.  
  51.  
  52.  
  53.